home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / winsql20.zip / EXAMPLEC.RC < prev    next >
Text File  |  1991-10-26  |  573b  |  30 lines

  1. /*
  2.  * EXA6MPLEC.RC - Resources for Orion SQL API Example Program
  3.  *
  4.  * LANGUAGE      : Microsoft C6.0
  5.  * MODEL         : N/A
  6.  * ENVIRONMENT   : Microsoft Windows 3.0
  7.  *
  8.  * Developed by:
  9.  *   Philip Roll
  10.  *   Ming-Li Wang
  11.  *
  12.  * (C) Copyright 1991
  13.  * Stellar Industries
  14.  * 3335 S. Falcon Ridge Road
  15.  * Diamond Bar  CA 91765
  16.  *
  17.  */
  18.  
  19. #define NOCOMM
  20. #define RESOURCE
  21. #include <windows.h>
  22. #include "examplec.h"
  23.  
  24. ExampleIcon   ICON examplec.ico
  25.  
  26. ExampleMenu   MENU LOADONCALL MOVEABLE DISCARDABLE
  27. BEGIN
  28.   MENUITEM "&Refresh!",         IDM_REFRESH
  29. END
  30.